home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / August 96 / Bug in ODFTable⁄ODFContainer < prev    next >
Encoding:
Internet Message Format  |  1996-08-19  |  658 b   |  [TEXT/ttxt]

  1. Subject:     Bug in ODFTable/ODFContainer
  2. Sent:        8/14/96 11:00 PM
  3. Received:    8/15/96 10:26 AM
  4. From:        Neal Williams, neal@corda.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. If I drop ODFTable stationery in ODFDraw, activate it , and then
  9. 'Undo' the drop It crashes.
  10.  
  11.  It happens in the FW_CFrame::FocusStateChanged method at the
  12. following line:
  13.  
  14. FW_Boolean windowActive = GetWindow(ev)->IsActive(ev);
  15.  
  16. The same things happens with ODFContainer, and since my code is based
  17. on ODFContainer the same thing happens to my part.
  18.  
  19. How do I fix it???
  20.  
  21. -Neal
  22.  
  23.  
  24.  
  25.